STEP 3: How long is the word that the user entered? We need to know!
- From drag in Get Length of List and change the variable name to word_list_len.
- Change the argument in len() to word_list.
We will use this length to create a new list of the same length with each unknown letter represented by a #. This "hidden" list will help the user guess letters for the word!
To navigate the page using the TAB key, first press ESC to exit the code editor.